/*适用于新版页面的公共样式*/
@charset "UTF-8";

@font-face {
    font-family: 'DingTalk JinBuTi';
    src: url('/static/cn/fonts/DingTalk JinBuTi.ttf') format('opentype');
}
@font-face {
    font-family: 'OPPO';
    src: url('/static/cn/fonts/OPPO Sans 4.0.ttf');
}
@font-face {
    font-family: 'Montserrat';
    src: url('/static/cn/fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap; /* 优化加载显示 */
}


*, ::after, ::before {
    box-sizing: border-box;
}

img, svg {
    vertical-align: middle;
}

[v-cloak]{
    display: none;
}

/*公共head 样式*/
.top{
    /*height: 80px;*/
    position: fixed;
    width: 100%;
    z-index: 2010;
}

.top .top-bar{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.top .top-bar .top-bar-left{

}

.top-bar .top-bar-left .logo img{
    /* height: 80px; */
}
.top-bar-left a{
    display: inline-block;
    width: 96px;
    height: 80px;

    display: flex;
    align-items: center;
}
.top-bar-left a img{
    width: 100%;
    /* height: 100%; */
}

.top .top-bar .top-bar-right{
    display: flex;
    align-items: center;
}

.top-bar .top-bar-right .nav{
    height: 100%;
}

.top-bar .top-bar-right .nav ul{
    display: flex;
    height: 100%;
}

.top-bar .top-bar-right .nav ul li{
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-bar .top-bar-right .nav ul li>a{
    display: flex;
    align-items: center;
    width: auto;

    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    height: 36px;
    padding: 0 20px;

    font-family: OPPO;
    font-weight: 500;
}

.top-bar .top-bar-right .nav ul li>a i{
    margin-left: 6px;
}

.top-bar .top-bar-right .nav ul li .el-dropdown{
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 0 20px;
    cursor: pointer;

    font-family: OPPO;
    font-weight: 500;
}

.topChange .top-bar .top-bar-right .nav ul li .el-dropdown{
    color: #1a1a1a;
}


.top-bar .top-bar-right .nav ul li .el-dropdown:hover .el-icon--right{
    transform: rotate(180deg);
    transition: all 0.5s;
}

.top-bar .top-bar-right .nav ul li .el-dropdown:hover{
    height: 36px;
    background: #EEF3FF;
    border-radius: 6px 6px 6px 6px;


    font-family: OPPO;
    color: #1054B8;
}

.top-bar .top-bar-right .nav ul li:hover{
    color: #FF7A29;
}

.top-bar .top-bar-right .nav ul li:hover a{
    /* width: 116px; */
    height: 36px;
    background: #EEF3FF;
    border-radius: 6px 6px 6px 6px;


    font-family: OPPO;
    color: #1054B8;
}
.topChange .top-bar .top-bar-right .nav ul li>a:hover{
    font-family: OPPO;
    color: #1054B8;
}

.top-bar .top-bar-right .nav ul li:hover .arrow-icon{
    transform: rotate(180deg);
    transition: all 0.5s;
    color: #1054B8;

}

.top-bar .top-bar-right .caozuo{
    height: 100%;
    margin-left: 50px;
    width: auto;
    display: flex;
    align-items: center;
}

.top-bar .top-bar-right .caozuo .caozuo1 {
    margin-right: 20px;
    height: 40px;
}

.top-bar .top-bar-right .right_user_info{
    display: flex;
    align-items: center;
    height: 100%;
}

.top-bar .top-bar-right .right_user_info .el-dropdown-link{
    color: #ffffff;
    height: 100%;
    display: flex;
    align-items: center;
}

.top-bar .top-bar-right .caozuo .caozuo2 {
    height: 40px;
}

.top-bar .top-bar-right .caozuo .not-login {
    display: block;
    height: 100%;
    line-height: 40px;
    color: #fff;
    background-color: #FF7A29;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #FF7A29;
    transition: all 0.5s;
    padding: 0 40px;
}

.top-bar .top-bar-right .caozuo .caozuo2 a{
    background-color: transparent;
    border: 1px solid #FFFFFF;
}


.topChange .top-bar .top-bar-right .nav ul li>a{
    color: #1a1a1a;
}


.topChange .top-bar-right .caozuo .caozuo2 a{
    border: 1px solid #1A1A1A;
    color:#1A1A1A;
}

.topChange .top-bar-right .right_user_info .el-dropdown-link{
    color:#1A1A1A;
    height: 100%;
    display: flex;
    align-items: center;
}
.ai_nav b{
    width: 28px;
    height: 28px;
    background: url(/static/cn/images/home/model_inter_tit.webp?v={$res_ver}) no-repeat;
    background-size: 100%;
}
.ai_nav span{
    font-family: OPPO;
    font-weight: 600;
    font-size: 16px;
    
    background: linear-gradient(90deg, #3E8CFF, #FF3BDD, #3E8CFF);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: gradient-text 3.5s linear infinite;

    
}
.top-bar .top-bar-right .nav ul li:hover a.ai_nav span{
    transition: all 0.3s ease-out;
}
.top-bar .top-bar-right .nav ul li:hover a.ai_nav span{
    transform:  scale(1.1);
}


.star_wrap{
    position: relative;
    width: 28px;
    height: 28px;
}
.star1{
    position: absolute;
    top: 3px;
    left: 2px;
    width: 15px;
    height: 18px;
    background: url(/static/cn/images/headerfooter/h_star1.webp?v={$res_ver}) no-repeat;
    background-size: 100%;

    transition: all 0.3s ease-out;

    animation: floatUpAndDown 2s ease-in-out infinite;
}
.star2{
    position: absolute;
    top: 7px;
    left: 20px;
    width: 7px;
    height: 7px;

    background: url(/static/cn/images/headerfooter/h_star2.webp?v={$res_ver}) no-repeat;
    background-size: 100%;
    transition: all 0.3s ease-out;

    animation: floatUpAndDown2 2s ease-in-out infinite;
}
.star3{
    position: absolute;
    top: 16px;
    left: 17px;
    width: 3px;
    height: 4px;

    background: url(/static/cn/images/headerfooter/h_star3.webp?v={$res_ver}) no-repeat;
    background-size: 100%;
    transition: all 0.3s ease ;

    animation: floatUpAndDown3 2s ease-in-out infinite;
    
}
.star4{
    position: absolute;
    top: 18px;
    left: 81px;
    width: 3px;
    height: 4px;

    background: url(/static/cn/images/headerfooter/h_star3.webp?v={$res_ver}) no-repeat;
    background-size: 100%;

    opacity: 0;
    transition: all 0.3s ease-out ;
    animation: floatUpAndDown4 2s ease-in-out infinite;
}


.top-bar .top-bar-right .nav ul li:hover .star1{
    top: -1px;
    left: -4px;
    transform: rotate(-32deg);
    /* transform: rotate(-397deg); */

}
.top-bar .top-bar-right .nav ul li:hover .star2{
    top: 4px;
    left: 20px;
    transform: rotate(10deg);
    /* transform: rotate(375deg); */
}
.top-bar .top-bar-right .nav ul li:hover .star3{
    top: 19px;
    left: 11px;
    transform: rotate(10deg);
}
.top-bar .top-bar-right .nav ul li:hover .star4{
    opacity: 1;
    top: 6px;
    left: 99px;
    transform: rotate(10deg);
}

@keyframes floatUpAndDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-3px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes floatUpAndDown2 {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-2px, -2px); /* 水平向左5px，垂直向上2px */
    }
    100% {
        transform: translate(0, 0);
    }
}
@keyframes floatUpAndDown3 {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-1px);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes floatUpAndDown4 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-2px);
    }
    100% {
        transform: translateY(0);
    }
}

/* 字体渐变动画 */
        
@keyframes gradient-text {
    0% {
        background-position: 100% 50%;
    }
    50% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}
.ai_nav{
    /* height: 36px;
    transition: all .3s ease-out;
    background: linear-gradient(360deg, #fff 35%, #fff 100%);
    border-radius: 6px; */

    
}


/* .ai_nav{
    height: 36px;
    transition: all .3s ease-out;
    background: linear-gradient(360deg, #fff 35%, #fff 100%);
    border-radius: 6px;
}
.top-bar .top-bar-right .nav ul li:hover a.ai_nav{
    background: linear-gradient(360deg, #39009a 35%, #272727 100%);
} */



.top-box{
    width: 100%;
    background-color: #fff;
}

.top-box .box-main{
    box-shadow: 0 4px 12px #D7DBE0;
}

.box-item{
    display: none;
    padding: 20px 0 40px;
}

.top-box .box-main .active{
    display: block!important;
}

.box-item .box-content{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.box-item .box-one{
    width: 48%;
}

.box-item .box-title{
    border-bottom: 1px solid #E8EFFA;
    font-size: 18px;
    font-weight: 700;
    padding: 8px 0;
    font-family: OPPO;

    

    font-family: OPPO;
    font-weight: 400;
    /* font-size: 14px; */
    color: #222222;

}


.box-item .piece{
    width: 100%;
    display: flex;
    padding: 14px 10px;
    margin-top: 20px;
    border-radius: 8px;
}

.box-item .box-one .piece{
    justify-content: space-between;
}

.box-item .piece img{
    margin-top: 2px;
}

.box-item .piece:hover{

    background: #F6F9FB;
    /*border: 1px solid #0D6EFB;*/
}

.box-item .box-one .piece .piece-left{
    display: flex;
    align-items: flex-start;
    width: 78%;
    border-right: 1px solid #E8EFFA;
}
.piece-left_icon1{
    width: 44px;
    height: 44px;
    background: #F3F5F9;
    border-radius: 8px 8px 8px 8px;

    display: flex;
    align-items: center;
    justify-content: center;
    
    overflow: hidden;
}
.piece-left_icon2{
    width: 0px;
    height: 0px;
    background: #fff;
    border-radius: 8px 8px 8px 8px;

    display: flex;
    align-items: center;
    justify-content: center;
    
    overflow: hidden;
}
.piece-left_icon1 img, .piece-left_icon2 img{
    width: 24px;
    height: 24px;
}
.box-item .piece:hover .piece-left_icon1{
    /* display: none; */
    width: 0;
    height: 0px;
}

.box-item .piece:hover .piece-left_icon2{
    /* display: block; */
    width: 44px;
    height: 44px;
}


.box-item  .piece .oneinfo{
    margin-left: 12px;
}

.box-item .piece .oneinfo p{
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #4D4D4D;
    margin-top: 10px;
}

.box-item .piece .oneinfo .onename{
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;

    display: flex;
    align-items: center;

    font-family: OPPO;
    font-weight: 400;
    font-size: 15px;
    color: #222222;
}

.box-item .box-one .piece .piece-left .oneinfo .onename span{
    /* display: inline-block;
    padding: 3px 4px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 4px;
    background: linear-gradient(0deg, #FFDC3B 0%, #FF2E28 100%);
    color: #FFFFFF;
    margin-left: 14px; */

    margin-left: 8px;
    width: 53px;
    height: 22px;
    background: #FCE5FF;
    border-radius: 11px 11px 11px 11px;
    font-family: OPPO;
    font-weight: 400;
    font-size: 12px;
    color: #A111B4;

    display: flex;
    justify-content: center;
    align-items: center;


}

.box-item .box-one .piece .piece-right{
    width: 26%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.box-item .box-one .piece .piece-right span:first-child{
    font-size: 16px;
    font-weight: 400;
    color: #616D80;


    font-family: OPPO;
    font-weight: 400;
    font-size: 15px;
    color: #606368;
}

.box-item .box-one .piece .piece-right span:last-child{
    font-size: 16px;
    font-weight: 400;
    color: #061C68;
    margin-top: 10px;

    font-family: OPPO;
    font-weight: 500;
    font-size: 16px;
    color: #222222;
}

.box-item .box-event{
    width: 39%;
}

.box-item .box-event .event{
    padding: 22px 30px;
    border-radius: 4px;
    background-repeat: no-repeat;
    margin-top: 20px;
}

.box-item .box-event .eventone{
    

    width: 470px;
    height: 130px;
    background-image: url("/static/cn/images/proxy_box.png");
    background-position: 100%;
}

/* .box-item .box-event .eventone{
    width: 470px;
    height: 130px;
    background-image: url("/static/cn/images/proxy_box_gq.jpg");
    background-position: 100%;
    background-size: cover;
} */

.box-item .box-event .event a.eventone_btn{
    display: inline-block;
    
    margin-top: 61px;
    margin-left: 6px;
    width: 157px;
    height: 44px;

    text-align: center;
    padding: 4px 20px;
    background: none;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    color: #055885;
}



.box-item .box-event .eventtwo{
    background-image: url("/static/cn/images/register_box.png");
    background-position: 100%;
}

.box-item .box-event .eventtwo .event-ti span{
    font-size: 24px;
    font-weight: 700;
}


.box-item .box-event .event-ti{
    font-size: 16px;
    font-weight: 700;
    color: #86CFCC;
}

.box-item .box-event .event a{
    display: inline-block;
    margin-top: 20px;
    width: 124px;
    text-align: center;
    padding: 4px 20px;
    background: linear-gradient(90deg,  #9FF1EC 10%,#FFFFFF 80%);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    color: #055885;
}

.box-item .box-event .use-case{
    margin-top: 20px;
}

.box-item .box-event .use-case .use-case-list{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}


.box-item .box-event .use-case .use-case-item{
    width: 29%;
    display: flex;
    justify-content:flex-start;
    margin-bottom: 14px;
}

.box-item .box-event .use-case .use-case-item:nth-of-type(1),
.box-item .box-event .use-case .use-case-item:nth-of-type(4){
    width: 42%;
}



.box-item .box-event .use-case .use-case-item:nth-of-type(3n){
    justify-content:flex-end;
}

.box-item .box-event .use-case .case-box{
    padding: 6px 8px;
    font-size: 16px;
    font-weight: 400;
    color: #4D4D4D;
}

.box-item .box-event .use-case .case-box img{
    display: none;
}

.box-item .box-event .use-case .case-box:hover{
    color: #2A7FFF;
    border-radius: 8px;
    background: #F6F9FB;
}

.box-item .box-event .use-case .case-box:hover img{
    display: inline;
}

.box-item .box-two{
    width: 42%;
}
.box-item .box-two .piece{
    align-items: flex-start;
}


#box4 .box-content{
    max-width: 1500px;
}

#box4 .box-two{
    width: 28%;
}

#box4 .box-event{
    width: 31%;
}


.box-three{
    width: 29%;
}

.box-three .get_proxy{
    display: flex;
    padding: 14px 10px;
    margin-top: 20px;
    align-items: center;
}

.box-three .get_proxy:hover{
    border-radius: 8px;
    background: #F6F9FB;
    border: 1px solid #0D6EFB;
}

.box-three .get_proxy div{
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;

    color: #222222;
    font-family: OPPO;

}

.box-three .box-location{
    margin-top: 20px;
}

.box-three .box-location{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.box-three .box-location .location-one{
    width: 50%;
    margin-bottom: 14px;
}
.box-three .box-location .location-one:hover{
    border-radius: 8px;
    background: #F6F9FB;
}

.box-three .box-location .location-one:hover span{
    color: #2A7FFF;
}


.box-three .box-location .location-item{
    display: flex;
    flex-wrap: wrap;
    padding: 6px 10px;
    align-items: center;
}

.box-three .box-location .location-item img{
    width: 24px;
    height: 24px;
    border-radius: 50px;
}

.box-three .box-location .location-item span{
    margin-left: 8px;
    color: #616D80;
}

/*top activity*/


.top-activity .el-carousel__indicators--outside{
    display: none;
}

.top-activity .el-carousel__arrow {
    display: none !important;
}

.top-activity .el-carousel__item img{
    width: 100%;
}


/*tab-head 公共*/

.public-tab{
    margin-top: 40px;
}

.public-tab .el-tabs__nav-scroll{
    /* width: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 190px;
    border: 1px solid #2A82E4;
    padding: 8px 20px;
}

.public-tab .el-tabs__nav{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.el-tabs__nav-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
}

.public-tab .el-tabs__nav-wrap::after{
    background-color: unset
}

.public-tab .el-tabs__item{
    font-size: 16px;
    font-weight: 700;
    padding: 0 20px!important;
    width: 50%;
    text-align: center;
}

.public-tab .el-tabs__item.is-active{
    border-radius: 31px;
    background: #2A82E4;
    color: #FFFFFF;
}

.public-tab .el-tabs__active-bar{
    display: none;
}


/*应用场景*/
.model-scene{
    margin: 120px auto 0;
    max-width: 1200px;
}

.allScene{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.allScene .scene-item{
    width: 23%;
    height: 300px;
    border-radius: 14px;
    background: #FFFFFF;
    box-shadow: 0 0 8px  #CCE4FF;
    padding:40px 20px  0;
    box-sizing: border-box;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.allScene .scene-item:hover{
    background: #0078FF;
    color: #FFFFFF;
}

.allScene .scene-item .blue-img{
    display: block;
}

.allScene .scene-item .white-img{
    display: none;
}

.allScene .scene-item:hover .white-img{
    display: block;
}

.allScene .scene-item:hover .blue-img{
    display: none;
}

.allScene .scene-item div{
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
}

.allScene .scene-item p{
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
}
/*end*/

/*定制*/
.model-custom{
    max-width: 1200px;
    margin: 120px auto;
    background: linear-gradient(90deg, #21415A 0%, #204A63 32.45%, #25456C 72.15%, #264267 100%);
    padding: 60px 0;
    color: #fff;
    border-radius: 10px;

}

.model-custom .small-desc{
    font-size: 18px;
    font-weight: 700;
}

.model-custom .operateBtn{
    display: flex;
    justify-content: center;
    margin: 60px 0 0;
}
/*end*/



.big-title{
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

.small-desc{
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
}


.operateBtn{
    display: flex;
    margin:40px 0 20px;
}

.operateBtn button{
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    padding: 8px 28px;
}

.operateBtn .created{
    border:none;
    background: #FF7A29!important;
    color: #ffffff!important;
}


.operateBtn .kefu{
    background:transparent!important;
    color: #ffffff!important;
    margin-left: 20px;
}


.learn_more{
    padding: 10px 86px;
    border-radius: 63px;
    /*box-shadow: 0 0 6px  #FFFFFF;*/
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    display: inline-block;
}

.bg_blue{
    background: #0D6EFB;
}

.bg_org{
    background: #FF7A29;
}

.mg_1{
    margin-top: 10px;
}


.mg_2{
    margin-top: 20px;
}

.mg_3{
    margin-top: 30px;
}

.mg_4{
    margin-top: 40px;
}


/*底部*/
.footer {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding-top: 50px;
    background: url(../images/footer_bg.jpg) center no-repeat;
    background-size: 100% 100%;
}

.footer .footer_con {
    padding-bottom: 30px;
    width: 100%;
    max-width: 1500px;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.footer .footer_con .footer1 {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    width: 20%;
}

.footer .footer_con .footer1 .logo {
    margin-bottom: 30px;
    width: 100%;
    height: auto;
}

.footer .footer_con .footer1 .logo p {
    font-weight: bold;
    font-size: 24px;
    color: #fff;
}
.footer .footer_con .footer1 .logo a img{
    width: 200px;
}

.footer .footer_con .footer1 ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.footer .footer_con .footer1 ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.footer .footer_con .footer1 ul li img {
    width: auto;
    margin-right: 10px;
}

.footer .footer_con .footer1 ul li p {
    color: #929CAB;
    font-size: 14px;
}

.footer .footer_con .footer2 {
    width: 12%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.footer .footer_con .footer2 h3 {
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.footer .footer_con .footer2 ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.footer .footer_con .footer2 ul li {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.footer .footer_con .footer2 ul li a {
    font-size: 14px;
    color: #929CAB;
}

.footer .footer_con .footer3 {
    width: 30%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .footer_con .footer3 .footer3_1 {
    width: 48%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer .footer_con .footer3 .footer3_1 img {
    width: 160px;
    height: auto;
    margin-bottom: 15px;
}

.footer .footer_con .footer3 .footer3_1 p {
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
}

.footer .footer_bb {
    width: 100%;
    height: 60px;
    border-top: 1px solid #2D3B50;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .footer_bb p {
    font-size: 14px;
    color: #929CAB;
    display: flex;
    align-items: center;
}

.footer .footer_bb p a {
    color: #929CAB;
}

.footer_friend{
    width: 100%;
    border-top: 1px solid rgb(45, 59, 80);
}

.footer_friend .footer_friend_body {
    margin: 20px auto;
    max-width: 1500px;
    display: flex
;
    justify-content: space-between;
}

.footer_friend .footer_friend_body .foot_friend_title {
    margin-right: 20px;
    min-width: 60px;
    display: block;
    color: white;
}

.footer_friend .footer_friend_body .foot_friend_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.footer_friend .footer_friend_body a {
    padding: 0 10px;
    border-right: 1px solid #c3c7cd;
    color: #c3c7cd;
    margin-bottom: 5px;
}

/* 浮动 */
.fudong {
    position: fixed;
    right: 1%;
    z-index: 999;
    top: 30%;
    height: auto;
}

.fudong ul {
    width: 60px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fudong ul li {
    margin-bottom: 10px;
    width: 60px;
    height: 60px;
}

.fudong ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 5px #ccc;
}

.fudong ul li a img {
    margin-bottom: 5px;
    width: 30px;
}

.fudong ul li a p {
    font-size: 11px;
    color: #333;
}


.guide_content{
    display: none;
    background: url(/static/cn/images/popwindow2.png) 100% 100% no-repeat;
    background-size: 100% 100%;
    width: 166px;
    height: 202px;
    position: fixed;
    bottom: 70px;
    left: 30px;
    z-index: 9999999;
    cursor: pointer;
}
.guide_content img{
    position: relative;
    /*top: -30px;*/
    /*left: 65px;*/
    width: 24px;
}



.re_guide_content{
    background-image: url(/static/cn/images/Group.png);
    /*background-image: url(/static/cn/images/popwindow.png);*/
    background-repeat: no-repeat;
    background-position: 380px 340px, right bottom;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background: #00000066;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.re_guide_content .re_guide_box{
    width: 680px;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    background-image: url(/static/cn/images/register_guide/guide_box_bg.png);
    border-radius: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;


    /*background-color: white;
    background-image: url(/static/cn/images/feiji.png);
    background-repeat: no-repeat;
    background-position: 348px 35px, right bottom;*/


    /* width: 560px;
    height: 430px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    background: url(/static/cn/images/register_guide/home_gq_bg.png) no-repeat;
    background-size: cover;
    position: relative; */
}
.re_guide_body_pic{
    width: 100%;
    height: auto;
}

.re_guide_content .re_guide_box .re_guide_close{
    cursor: pointer;
    position: absolute;
    right: -20px;
    top: -10px;

    /* cursor: pointer;
    position: absolute; */
    /* right: -20px;
    top: -10px; */
    

    /* right: -1px;
    top: 10px;
    z-index: 99; */
}

/* 国庆 */
.re_guide_content .re_guide_box{

}

.bottom_fix_banner_wrap{
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 70px;
    left: 0;
    top: 0;
    
    /* width: 1920px; */
    height: 70px;
    background: radial-gradient( 28% 28% at 63% 86%, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 100%), #FF853A;
    box-shadow: inset 0px 0px 20px 10px rgba(255,255,255,0.15);
    border-radius: 0px 0px 0px 0px;
    /* transition: all 0.5s ease-in-out; */
}
.bfx_center{
    max-width: 1422px;
    margin: 0 auto;
    height: 70px;

    background:url(/static/cn/images/register_guide/bottom_fix_bg_w.png) no-repeat 311px -45px;
    
    /* background-size: cover; */

    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bottom_fix_banner_close{
    position: absolute;
    

    right: 3px;
    top: 3px;
    cursor: pointer;
}
.bfx_left{
    width: 268px;
    height: 50px;
    /* border: 1px solid; */

    display: flex;
    align-items: center;
    justify-content: center;
}
.dtime_wrap{
    display: flex;
    align-items: center;
}
.dtime_li{
    position: relative;
    display: flex;
    align-items: center;
    /* justify-content: center; */

    color: rgba(176, 44, 31, 1);

    width: 52px;
    height: 36px;
    font-family: DingTalk JinBuTi;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 100%;

    letter-spacing: 15px;
    padding-left: 6px;

}
.dian{
    width: 20px;
    font-weight: 500;
    font-size: 20px;
    color: #FFF;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.dtime_li::after{
    content: "";
    z-index: -1;
    position: absolute;
    width: 24px;
    height: 36px;
    background: rgba(255, 255, 255, 0.65);
    top: 0px;
    left: 28px;
    border-radius: 4px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
}

.dtime_li::before{
    content: "";
    z-index: -1;
    position: absolute;
    width: 24px;
    height: 36px;
    background: rgba(255, 255, 255, 0.65);
    top: 0px;
    left: 0px;
    border-radius: 4px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
}
.bfx_right{
    display: flex;
    align-items: center;
}
.sj_tit{
    font-family: "SourceHanSansSC-700";
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 4%;
    color: #fff;

}
.sj_txt{
    margin-left: 20px;
    font-family: "SourceHanSansSC-400";
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 4%;
    color: #fff;

}
.sj_txt span{
    font-family: "SourceHanSansSC-700";
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 4%;
    color: #0E4F95;


}


.sj_slogan{
    margin-left: 40px;
    /* width: 388px;
    height: 44px; */
    opacity: 1;
    border-radius: 35px;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    gap: 10px;
    display: flex;
    background:rgba(255, 255, 255, 0.24);

}
.sj_slogan_li{
    /* width: 134;
    height: 32; */
    opacity: 1;
    border-radius: 23px;
    border-width: 1px;
    padding-top: 4px;
    padding-right: 12px;
    padding-bottom: 4px;
    padding-left: 12px;
    gap: 10px;

    font-family: "SourceHanSansSC-500";
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 4%;

    color: #0E4F95;
    background:rgba(251, 237, 234, 0.35);
    border: 1px solid rgba(251, 237, 234, 0.35)

}

.sjie_btn{
    margin-left: 60px;
    /* height: 40px; */
    border-radius: 40px;
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.24);


}
.sjie_btn span{
    display: block;
    font-family: "SourceHanSansSC-700";
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 100%;
    color: #fff;


    background: rgba(255, 109, 21, 1);
    border-radius: 40px;
    padding:10px 24px;
    box-shadow: 0px 4px 4px 0px rgba(255, 231, 231, 0.25) inset;

}

/* 国庆 end */


.re_guide_box .re_guide_header{
    width: 100%;
    height: 25px;
    font-size: 18px;
    color: black;
    font-family: AppleColorEmoji;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(/static/cn/images/register_guide/logo_i.png) 1.5px 3px no-repeat;
}
.re_guide_box .re_guide_header .header-left{
    position: relative;

}
.re_guide_box .re_guide_header .header-left .header-left-one{
    position: absolute;
    top: 4px;
    left: 2px;

}
.re_guide_box .re_guide_body{
    display: flex;
    width: 100%;
    height: 100%;
    color: rgba(27, 35, 55, 1);
    font-family: SourceHanSansCN-Bold;
    flex-direction: column;
    align-items: center;
}



.re_guide_box .re_guide_body > span:first-child{
    font-size: 54px;
    font-weight: 700;
    color:#062C66;
}

.re_guide_box .re_guide_body .re_span_tip{
    color: rgba(133, 137, 148, 1);
    font-size: 12px;
    font-family: PingFangSC-Regular;
    margin-top: 0px;
    font-weight: 400;
}

.re_guide_box .re_guide_body .re_guide_line{
    margin-top: 14px;
    font-size: 32px;
    font-weight: 700;
    color: #062C66;
}

.re_guide_box .re_guide_body .re_guide_tips{
    font-size: 24px;
    font-weight: 500;
    color: #062C66;
    margin-top: 20px;
}

.re_guide_box .re_guide_body .re_guide_line .re_blue_span{
    color: #D43030;
    font-size: 48px;
    font-family: SourceHanSansCN-Bold;
}
.re_guide_box .re_guide_foot a{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 67px;
    margin: 48px 10px 0 0;
    border-radius: 118px;
    box-shadow: 0 4px 6px  #BDBDBD;
    font-size: 24px;
    font-weight: 700;


    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 67px;
    /* margin-top: 10px; */
    margin: 48px 10px 0 0;
    border-radius: 118px;
    box-shadow: 0 4px 6px #BDBDBD;
    font-size: 24px;
    font-weight: 700;

    
    /* display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 134px; */
    /* margin: 344px 10px 0 0; */
    /* border-radius: 118px; */
    /* box-shadow: 0 4px 6px  #BDBDBD; */
    /* font-size: 24px; */
    /* font-weight: 700; */


}
.gq_buy_btn{
    margin-left: 25px;
}
.re_guide_box .re_guide_foot{
    display: flex;
    align-items: center;
}
.re_guide_box .re_guide_foot .re_guide_foot_btn_bottom {
    /*border-radius: 2px;*/
    background: #0D6EFB;
    color: #FFFFFF;
    width: 208px;
}
.re_guide_box .re_guide_foot .re_guide_foot_btn_top {
    background: #FF7A29;
    /*border-radius: 2px;*/
    width: 208px;
    color: white;
}

/* ------gq */
/* .re_guide_body{
    position: relative;
}
.re_guide_foot{
    position: absolute;
    
    bottom: 70px;
} */




/* ------gq end */



/*价格卡样式*/

.package_panel{
    max-width: 1200px;
    margin: 80px auto 0;

}

.main-adv{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.main-adv .advitem{
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.main-adv .advitem span{
    font-size: 13px;
    font-weight: 400;
    /*margin-left: 6px;*/
}

.package_panel .public-tab .el-tabs__nav-scroll{
    /* width: 37%!important; */
}



.buy_main_center{
    background-color: #fff;
    margin: 50px auto 0;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    padding: 0 4px;
}

.buy_main_center .center_card{
    position: relative;
    width: 22%;
    /*min-height: 300px;*/
    flex-shrink: 0;
    border-radius: 14px;
    box-shadow: 0 0 8px  #E3E6E8;
    margin: 0 30px 30px 0;
    text-align: left;
    box-sizing: border-box;
    background: linear-gradient(90deg, #3D3393 0%, #2B76B9 37%, #2CACD1 65%, #35EB93 100%);
}

.buy_main_center .center_card .center_card_body{
    min-height: 300px;
    padding: 30px 20px;
    background-color: #FFF;
    border-radius: 12px;
    border: 1px solid #C0D0F0;
}

.buy_main_center .border_red{
    border: 2px solid #175CE9;
}

/*.buy_main_center .border_red .gross_price{
    color: #D43030!important;
}*/

.buy_main_center .border_red .price_total .unit{
    color: #D43030!important;
}


.buy_main_center .center_card .pos_img {
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    /*width: 100%;
    position: absolute;
    top: -7%;
    left: 10px;*/
}


.buy_main_center .center_card .pos_img span{
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
}

.buy_main_center .center_card .price_title {
    font-style: normal;
    line-height: 150%;
    font-size: 18px;
    font-weight: 400;
    display: flex;

}
.buy_main_center .center_card .price_title .discount{
    font-size: 16px;
    font-weight: 700;
    padding: 0 14px;
    border-radius: 65px;
    background: #FF7A29;
    color: #FFFFFF;
    margin-left: 10px;
}

.buy_main_center .border_red .price_title .discount{
    background: #18D680;
}

.buy_main_center .center_card .price_liu{
    font-style: normal;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 14px 0 16px;
}

.buy_main_center .center_card .price_unit{
    padding-bottom: 8px;
}

.buy_main_center .center_card .price_unit .price_dan {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.buy_main_center .center_card .price_unit .unit{
    font-size: 12px;
    font-weight: 700;
}

.buy_main_center .center_card .original{
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration: line-through;
    padding-left: 10px;
    color: #999999;
}

.buy_main_center .center_card .price_total {
    display: flex;
    align-items: center;
}

.buy_main_center .center_card .price_total .total_text {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 150% ;
}

.buy_main_center .center_card .price_total .unit{
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 150% ;
}

.buy_main_center .center_card .gross_price {
    color: #0B2E63;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    line-height: 150%;
}

.buy_main_center .oper_buy {
    width: 100%;
    height: 40px;
    /*border: 1px solid #1a1a1a;
    border-radius: 8px;*/
    margin:60px auto 0;
    text-align: center;
    position: relative;
    border-radius: 43px;
    background: #E7F2FF;
    border: 1px solid #E7F2FF;
    box-shadow: 0 0 4px  #DDE3EB;
}

.buy_main_center .oper_buy:hover{
    border: 1px solid #46AEF7;
    background: transparent;
}

.buy_main_center .oper_buy:hover a{
    color: #1A1A1A;
}

.buy_main_center .oper_buy:hover a img{
    display: inline-block;
}

.buy_main_center .oper_buy a {
    display: block;
    text-align: center;
    width: 100%;
    height: 34px;
    line-height: 37px;
    color: #0D6EFB;
    font-size: 16px;
    font-weight: 700;
}
.buy_main_center .oper_buy a img{
    width: 24px;
}

.buy_main_center .oper_buy a img{
    display: none;
}

.buy_main_center .center_card .more-dis{
    font-size: 16px;
    font-weight: 700;
    margin: 16px 0 12px;
}

.buy_main_center .price_tips p{
    display: flex;
    align-items: center;
    padding-bottom: 8px;
}

.buy_main_center .price_tips span {
    margin-left: 6px;
    color: #333;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150% ;
}

/*静态*/

.static-pro{
    display: flex;
    justify-content: space-between;
    height: 600px;
    margin-top: 60px;
}

.static-pro .static-left{
    width: 59%;
    /*min-width: 700px;*/
    padding: 5px 0;
    border-radius: 14px;
    background: white !important;
    color: #FFFFFF;
}

.static-pro .static-left .static-left-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px 10px;
    /* border-bottom: 1px solid #133261; */
    margin: 0 3px;
    background: #fff !important;
    box-shadow: 2px 6px 14px 0px #00000012;
}

.static-pro .static-left .static-left-top span{
    font-size: 20px;
    font-weight: 700;

}
.static-pro .static-left .static-left-top .custom-search-icon{
    background-image: url('/static/cn/images/priceicon/search.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 28px;
    height: 40px;
    display: inline-block;
}
.static-left .static-search  .el-input .el-input__inner{
    border-radius: 20px;
    background: transparent;
    color: #FFFFFF;
}

.static-pro .static-left .static-left-area{
    height: 90%;
    overflow: auto;
    padding: 0 15px;
}
.static-pro .static-left .static-left-area .static-left-area-item {
    margin-top: 60px;
    margin-bottom: 30px;
}

/* 防止按钮被压缩导致换行 */
.static-pro .static-left .static-left-area .static-left-area-item .el-radio-button {
    flex: 0 0 auto;
}
.static-pro .static-left .static-left-area .static-left-area-item .el-radio-button {
    margin-right: 18px;

}
.static-pro .static-left .static-left-area .static-left-area-item .el-radio-button .el-radio-button__inner {
    width: 116px;
    height: 40px;
    border-radius: 4px 4px 4px 4px;
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    padding: 10px 20px;
    border-color: #BAE0FF;

}

.static-pro .static-left .static-left-area .static-left-state-item .el-radio-button .el-radio-button__inner {
    width: 116px;
    height: 40px;

}
.static-pro .static-left .static-left-area .static-left-area-item .el-radio-button span{
    box-shadow: 0px 0px 0px #e9e9e9;
    border-left: 1px solid #e9e9e9;
}
.static-pro .static-left .static-left-area .static-left-hr{
    border: none;
    border-top: 1px solid #E6EAED;
    margin: 30px 0;
}
.static-pro .static-left .static-left-area .static-left-area-item .el-radio-button:first-child {
    margin-right: 18px;
    border-left: none;
}
.static-pro .static-left .static-left-area .static-left-area-item .el-radio-button {
    margin-right: 18px;
    margin-bottom: 10px;
    border-left: none;
    position: relative;
}

/* 添加第一个 radio-button 的背景图片样式 */
.static-pro .static-left .static-left-area .static-left-area-item .el-radio-button:first-child .el-radio-button__inner {
    position: relative;

}

.static-pro .static-left .static-left-area .static-left-area-item .el-radio-button:first-child .el-radio-button__inner::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 17%;
    transform: translateX(-50%);
    width: 32px;
    height: 32px;
    background-image: url(/static/cn/images/priceicon/hot.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.static-pro .static-left .static-left-area .static-left-state-item .el-radio-button{
    margin-right: 18px;
    border-left: none;
    margin-bottom: 20px;
}
.static-pro .static-left .static-left-area .static-left-state-item .el-radio-button span{
    box-shadow: 0px 0px 0px #e9e9e9;
    border-radius: 54px 54px 54px 54px;
    border: 1px solid #2A82E4;
}
.static-pro .static-left .static-left-area .static-left-state-item .el-radio-button{
    margin-right: 18px;
}
.static-pro .static-left .static-left-area .static-left-state-item .el-radio-button__orig-radio:checked+.el-radio-button__inner{
    background:#D9EBFF;
}
.static-pro .static-left .static-left-area .static-left-state-item  .el-radio-button__orig-radio:checked+.el-radio-button__inner{
    color: #1A1A1A !important;
}
.el-radio-button__orig-radio:checked+.el-radio-button__inner{
    color: #fff !important;
}

/* 原生徽标：静态住宅代理-国家项 */
.static-pro .static-left .static-left-area .static-left-state-item .el-radio-button.is-hip .el-radio-button__inner{
    position: relative;
}
.static-pro .static-left .static-left-area .static-left-state-item .el-radio-button.is-hip .el-radio-button__inner::before{
    content: "原生";
    position: absolute;
    top: -10px;
    left: 3px;
    padding: 2px 6px;
    background: #2A82E4;
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF;
    border-radius: 36px;
    line-height: 1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    pointer-events: none;
    width: 38px;
    height: 17px;
}
.static-pro .static-left .static-card-main .static-left-product-item .static-left-product-title{
    margin-bottom: 13px;
    font-weight: 400;
    font-size: 15px;
    color: #1A1A1A;
}
.static-pro .static-left .static-card-main .static-left-product-item  .el-input-number--mini{
    width: 100px !important;
    line-height: 22px !important;
}
.static-pro .static-left .static-card-main .static-left-product-item  .el-input--mini .el-input__inner{
    height: 24px;
    line-height: 20px;
}
.static-pro .static-left .static-left-area .el-collapse{
    border:none;
}

.static-pro .static-left .static-left-area .el-collapse-item{
    margin-top: 20px;
    border: 1px dashed #0042A6;
    padding:0 10px;
    border-radius: 4px;
}

.static-pro .static-left .static-left-area .el-collapse-item.is-active{
    border:none;
}

.static-pro .static-left .static-left-area .el-collapse-item__header{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    background: transparent;
    border:none;
}

.static-pro .static-left .static-left-area .el-collapse-item__arrow{
    margin: 0 10px!important;
}


.static-pro .static-left .static-left-area .el-collapse-item__wrap{
    background: transparent;
    border:none;
}
.static-pro .static-left .static-left-area  .el-collapse-item__content{
    padding: 10px 0 0!important;
}

.static-pro .static-left .static-card-main{
    max-height: 200px;
    overflow-y: auto;
    /* overflow: auto; */
    display: flex
;
    flex-wrap: wrap;
}
.static-pro .static-left .static-card-main .card-one{
    border-radius: 6px !important;
    border: 1px solid #E6EAED !important;
}
.static-pro .static-left .static-card-main .card-one{
    width: 31%;
    margin-right: 20px;
    border-radius: 8px;
    background: transparent;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #A7BFFC;
    height: 80px;
    box-sizing: border-box;
}
.static-pro .static-left .static-card-main::-webkit-scrollbar{
    width: 6px;
}

.static-pro .static-left .static-card-main .card-one:nth-of-type(3n){
    margin-right: 0!important;
}
.static-pro .static-left .static-left-area .static-left-area-item .el-radio-button:nth-of-type(5n){
    /* 单行横向滚动场景下，保持统一的右间距 */
    margin-right: 0px!important;
}
.static-pro .static-left .static-left-area .static-left-state-item .el-radio-button:nth-of-type(5n){
    /* 单行横向滚动场景下，保持统一的右间距 */
    margin-right: 0px!important;
}
.static-pro .static-left .card-one{
    color: #FFFFFF;
}

.static-pro .static-left .static-card-main .card-one .el-checkbox__label{
    /*font-weight: 700;*/
    color: #FFFFFF;
    line-height:unset;
    overflow: hidden;
}

.static-pro .static-left .card-one .el-checkbox__inner{
    border-radius: 50%;
    border-color: #FFFFFF;
    background-color: transparent;
}


.static-pro .card-one .el-checkbox__input.is-checked .el-checkbox__inner::after{
    display: none;
}

.static-pro .static-left .card-one.is-checked{
    color: #FFFFFF;
    /*background: linear-gradient(90deg, #16D9E3 0%, #30C7EC 47%, #46AEF7 100%);*/
    background: #EDF6FD;
}

.static-pro .static-left .el-checkbox__input.is-checked+.el-checkbox__label{
    color: #FFFFFF;
}

.static-pro .static-left .el-checkbox__input.is-checked .el-checkbox__inner{
    border: 3px solid #FFFFFF;
}

.static-pro .static-left .static-card-main .card-one .is-hot{
    position: absolute;
    right: -2px;
    top:-1px;
}
.static-pro .static-left .static-card-main .card-one.is-checked .is-hot{
    position: absolute;
    right: -1px;
    top:-0px;
}

.static-pro .static-left .static-card-main .card-one .is-sign{
    position: absolute;
    right: 0;
    top: 56px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    height: 22px;
    width: 53px;
    line-height: 20px;
    background: #2A82E4;
    border-radius: 2px 0px 0px 0px;

}
.static-pro .static-left .static-card-main .card-one .is-sign span{
    font-weight: 400;
    font-size: 13px;
    color: #ffffff !important;
    line-height: 18px;
}
.static-pro .static-right{
    width: 39%;
}

.static-pro .static-right .static-right-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    background: #061F5F;
    padding: 14px;

    background: #ffffff !important;
    border: 1px solid #E6EAED;
    box-shadow: 2px 6px 14px 0px #00000012;
}
.static-pro .static-right .static-right-top .static-right-clear{
    cursor: pointer;
}
.static-right .static-right-top .static-right-detail{
    display: flex;
}
.static-right .static-right-top .static-right-detail .static-right-static_price{
    display: flex
;
    /* line-height: 26px; */
    align-items: center;
    margin-left: 5px;
}
.static-right .static-right-top .right-top-title{
    font-size: 20px;
    font-weight: 700;
    color: #1A1A1A !important;
}

.static-right .static-right-top .el-radio-button__inner{
    border-radius: 32px!important;
    background: #95ACCF;
    padding: 10px 26px;
    border: none;
    margin-left: 10px;
}

.static-right .select-static-min{
    border-radius: 10px;
    background: #061F5F;
    height: 407px;
    margin-top: 24px;
    padding: 35px 10px;
    padding-top: 2px;

    box-shadow: 0 0 12px #CAD3E0;
    background: #fff !important;
}

.static-right .select-empty{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.static-right .select-static-min .select-static-list{
    height: 100%;
    overflow: auto;
}

.static-right .select-static-list .select-one{
    display: flex;
    align-items: center;
    padding: 20px 0;
    /*margin-top: 25px;*/
    color: #FFFFFF;
    border-bottom: 1px solid #E6E9ED;
    margin-left: 20px;
}

.static-right .select-static-list .select-one>div{
    display: flex;
    align-items: center;
}

.static-right  .select-one .one-area{
    width: 61%;
}
.static-right  .select-one .one-area .one-area-detail span{
    font-weight: 400;
    font-size: 14px;
    color: #1A1A1A;
}
.static-right  .select-one .one-area img{
    width: 33px;
    height: 33px;
    border-radius: 50px;
}

.static-right  .select-one .one-area span{
    font-weight: 700;
    margin-left: 10px;
}

.static-right  .select-one .one-price{
    width: 50%;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    margin-left: 10px;
    color: #333333 !important;
    margin-top: 4px;
}

.static-right  .select-one .one-num{
    width: 34%;
    justify-content: flex-end;
}
.static-right .select-one .one-num span{
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}
.static-right  .select-one .one-num .el-input-number--small{
    width: 110px!important;

}

.static-right .right-total{
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    background: #061F5F;
    padding:14px 20px;
    margin-top: 24px;
    max-height:80px;

    box-shadow: 0 0 12px #CAD3E0;
    background: #fff !important;
}

.static-right .right-total .right-total-info div:last-child{
    padding-top: 6px;
    display: flex
;
    align-items: center;
}

.static-right .right-total .right-total-info span{
    color: #FFFFFF;
}

.static-right .right-total .right-total-info .total-title{
    font-weight: 400;
    font-size: 14px;
    color: #1A1A1A;
}

.static-right .right-total .right-total-info .select-nums{
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    margin-left: 10px;
}

.static-right .right-total .right-total-info .total-price{
    margin-left: 10px;
    font-weight: bold;
    font-size: 20px;
    color: #2A82E4 !important;
}
.static-right .right-total .right-total-info .total-price-title{
    font-weight: 400;
    font-size: 14px;
    color: #1A1A1A;
}
.static-right .right-total .right-submit{
    display: flex;
    align-items: flex-end;
}

.static-right .right-total .right-submit .el-button{
    background: #2A82E4;
    font-size: 16px;
    font-weight: 700;
    width: 120px;
    height: 40px;
    background: #2A82E4;
    border-radius: 42px 42px 42px 42px;

    color: #fff;
}


/*白色背景板*/
.package_white{
    padding: 2px;
}

.package_white .static-pro .static-left{
    border: 1px solid #E6EAED;
    background: none !important;
    box-shadow: 2px 6px 14px 0px #00000012;
    /*box-shadow: 0 0 12px  #CAD3E0;*/
}

.package_white .plate-color{
    padding: 8px;
}

.package_white .static-pro .static-left .static-left-top{
    border-bottom: 1px solid #E6E9ED;
}

.package_white .static-pro *{
    color: #1A1A1A !important;
}

.package_white .static-pro .static-right .static-right-top{
    background: #ffffff !important;
    border: 1px solid #E6EAED;
    box-shadow: 2px 6px 14px 0px #00000012
}

.package_white .static-right .select-static-min{
    box-shadow: 0 0 12px  #CAD3E0;
    background: #fff !important;
}

.package_white .static-right .right-total{
    box-shadow: 0 0 12px  #CAD3E0;
    background: #fff !important;
}

.package_white .static-pro .static-left .static-card-main .card-one{
    border: 1px solid #8B95A3 ;
}

.package_white .static-pro .static-left .static-card-main .card-one .el-checkbox__label{
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.package_white .static-right .right-total .right-submit .el-button span{
    color: #FFFFFF!important;
}

.package_white .el-radio-button__orig-radio:checked+.el-radio-button__inner{
    color: #FFFFFF!important;
}

.package_white .static-pro .static-left .card-one .el-checkbox__inner{
    border-color: #8B95A3;
}

.package_white .static-pro .static-left .el-checkbox__input.is-checked .el-checkbox__inner {
    border: 3px solid #FFFFFF !important;
}

.package_white .static-pro .static-left .card-one.is-checked{
    border: none!important;
}

.package_white .static-pro .static-left .el-checkbox__input.is-checked+.el-checkbox__label{
    color: #FFFFFF!important;
}

.package_white .static-pro .static-left .static-left-area .el-collapse-item{
    border: 2px dashed #DFE8F2;
}

.crumbs{
    padding: 20px 0 40px;
}
/*.static-main .plate-color .proxies{
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    height: 1100px;
    padding: 10px;
}
.static-main .plate-color .proxies .proxies-left {
    width: 75%;
    display: flex;
    background-color: #fff;
    box-shadow: 0 0 12px 0 #C7C5C5;
    flex-direction: column;
}

.static-main .plate-color .proxies .proxies-right {
    width: 24%;
    min-width: 337px;
    background-color: #fff;
    box-shadow: 0 0 12px 0 #C7C5C5;
}

.static-main .plate-color .proxies .proxies-left .left-bigtitle .bigtitle_first {
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    line-height: 20px;
    margin: 20px;
    display: flex;
    position: relative;
}

.static-main .plate-color .proxies .proxies-left .left-bigtitle .line {
    background-color: #ccc;
    height: 1px;
    width: 96%;
    margin: 10px auto;
}

.static-main .plate-color .proxies .proxies-left .left-main {
    display: flex;
    flex-wrap: wrap;
    height: 90%;
    overflow: auto;
}

.static-main .left_title_card {
    width: 100%;
}


.static-main .plate-color .proxies .proxies-left .left-main .left_title_card .region .card_title {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    line-height: 20px;
    margin: 20px;
}

.static-main .plate-color .proxies .left-card-main {
    display: flex
;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
}

.static-main .plate-color .proxies .left-one {
    margin: 1.5%;
    display: flex
;
    align-items: center;
    background-color: #F2F5FB;
    border-radius: 4px;
    width: 47%;
    position: relative;
    justify-content: space-between;
}

.static-main .plate-color .proxies .left-one .fire {
    position: absolute;
    bottom: 40px;
    left: -28px;
}

.static-main .plate-color .proxies .left-one img {
    padding: 20px 0 20px 20px;
}

.static-main .plate-color .proxies .left-one .left-one-country {
    padding-right: 10px;
}

.static-main .plate-color .proxies .left-one .left-one-country p:last-child {
    font-size: 12px;
    color: #999;
    text-align: left;
}

.static-main .plate-color .proxies .left-one .left-one-number {
    padding: 0 10px;
}

.proxies-right .proxies-right-top {
    margin-bottom: 40px;
    box-shadow: 0 0 12px 0 #C7C5C5;
    padding: 30px 0;
    border-radius: 8px;
}


.static-main .plate-color .proxies .proxies-right .left-bigtitle {
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    line-height: 20px;
    width: 100% !important;
}

.static-main .plate-color .proxies .proxies-right .bigtitle_first {
    margin: 20px;
}

.static-main .plate-color .proxies .proxies-right .left-bigtitle .line {
    background-color: #ccc;
    height: 1px;
    width: 96%;
    margin: 10px auto;
}

.static-main .plate-color .proxies .proxies-right .right-statictitle {
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    line-height: 20px;
    margin: 20px;
}

.proxies-right .right-country-main {
    height: 335px;
    overflow: auto;
}

.proxies-right .right-country-main .left-one {
    width: 96% !important;
}

.right-country-main .left-one .left-one-country {
    display: flex
;
    align-items: center;
}

.static-main .plate-color .proxies .left-one .left-one-country p {
    margin: 5px !important;
}

.proxies-days {
    margin-left: 17px;
    margin-right: 17px;
    padding: 20px 0;
    border-top: 1px dashed #eee;
}

.line {
    background-color: #ccc;
    height: 1px;
    width: 90%;
    margin: auto;
}

.proxies-right .proxies-right-top .right-total {
    width: 90%;
    margin: auto;
}

.proxies-right .proxies-right-top .right-total .right-total-num {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.proxies-right .proxies-right-top .right-total .el-button {
    background: #FF9200;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    line-height: 14px;
    width: 100%;
    margin: 30px 0 0 0;
}*/
/*价格end*/

.nav_mobile{
    display: none;
}


.adsense{
    width: 160px;
    height: 500px;
    position: fixed;
    bottom: 20%;
    left: 30px;
    z-index: 999;
    cursor: pointer;
}

.adsense .re_guide_close{
    position: absolute;
    z-index: 9;
    top:8px;
    left: 8px;
}

.adsense .el-carousel__indicators--outside{
    display: none;
}


/* 不限量套餐模块  ai页面套餐拖拽切换模块 start --------------------------*/
.combo_box{
    display: flex;

    flex-direction: column;
    align-items: center;
}
.combo_box .el-slider__runway{
    background: #fff;
    border: 1px solid #F0F0F0;
    
}
.combo_box .el-slider__stop{
    display: none;
}
.combo_box .el-slider__button{
    width: 14px;
    height: 14px;
    background: #0D6EFB;
    border:0 ;
}
.combo_box .el-slider__bar{
    background: #0D6EFB;
}
.combo_tab{
    position: relative;
    display: flex;

    width: 356px;
    height: 42px;
    background: #FFFFFF;
    border-radius: 24px 24px 24px 24px;
    border: 1px solid #F0F0F0;
}
.tab-item {
    flex: 1;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    color: #6c757d;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;

    width: 97px;
    height: 40px;
    font-family: OPPO;
    font-weight: 500;
    font-size: 14px;
    color: #606368;

}

.tab-item.active {
    color: #fff;
}

.tab-indicator {
    position: absolute;
    bottom: 0;
    height: 40px;
    background: #0585F2;
    transition: all 0.3s ease;
    border-radius: 50px;
}


.combo_cont{

    margin-top: 30px;
    padding: 40px;

    width: 1200px;
    /* height: 414px; */
    height: auto;

    background: #FFFFFF;
    border-radius: 22px 22px 22px 22px;
    border: 1px solid #F3F4F5;
}

.band_desc{
    display: flex;
    justify-content: space-between;
    
    padding-bottom: 26px;

    border-bottom: 1px dashed #F3F4F5;

}

.combo_item_wrap{
    margin-top: 26px;
    display: flex;
}


.combo_item_left{
    /* border: 1px solid #2994ff;
    flex: 1;

    padding: 20px; */

    flex: 1;
}
.t_combo_title{
    width: 64px;
    height: 19px;
    font-family: OPPO;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    text-align: left;
}
.cur_day_tit{
    margin: 20px 0 11px;

    line-height: 18px;
    font-family: OPPO;
    font-weight: 500;
    font-size: 15px;
    color: #666666;
}
.t_combo_navday{
    display: flex;
    gap: 20px;

}
.tab_daynav{
    display: flex;
    justify-content: center;
    align-items: center;

    min-width: 80px;
    height: 34px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #F0F0F0;
    cursor: pointer;

    line-height: 34px;
    font-family: OPPO;
    font-weight: 400;
    font-size: 16px;
    color: #333333;

}
.tab_daynav.active{
    /* width: 80px; */
    /* height: 34px; */
    background: #F5F9FF;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #88B9FF;


    font-family: oppo;
    font-weight: 400;
    font-size: 16px;
    color: #0D6EFB;

}

.combo_tabsize_wrap{
    padding: 10px;
}

/* 修改滑块提示框背景色 */






.combo_item_right{
    margin-left: 70px;
    width: 352px;
    height: 204px;
    /* height: 225px; */
    background: #FBFBFB;
    border-radius: 14px 14px 14px 14px;
    border: 1px solid #EBEBEB;

    
    
}
.t_combo_type_wrap{
    margin: 22px 30px 0;

    border-bottom: 1px dashed #EBEBEB;
}
.t_combo_type{
    display: flex;
    justify-content: space-between;

    margin-bottom: 16px;
}
.t_type{
    /* width: 74px; */
    line-height: 18px;
    font-family: OPPO;
    font-weight: 400;
    font-size: 15px;
    color: #35383C;

}

.t_day_val{
    line-height: 18px;
    font-family: OPPO;
    font-weight: 500;
    font-size: 15px;
    color: #333333;
}
.t_name_val{
    line-height: 18px;
    font-family: OPPO;
    font-weight: 500;
    font-size: 15px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.t_price_val{
    line-height: 18px;
    font-family: OPPO;
    font-weight: 500;
    font-size: 15px;
    color: #FF6A20;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.original_price_zline {
    margin-top: -13px;

    line-height: 18px;
    font-family: OPPO;
    font-weight: 400;
    font-size: 13px;
    color: #525252;
    text-align: right;

    text-decoration:line-through;

    margin-bottom: 16px;
}

.band_title_wrap{
    width: 312px;

   
}
.band_item_title{
    /* width: 87px;
    height: 26px; */
    font-family: OPPO;
    font-weight: 500;
    font-size: 22px;
    color: #333333;

    display: flex;
    align-items: center;
}
.band_item_title span{
    margin-left: 6px;

    /* width: 176px;
    height: 28px; */
    background: #FFF6F1;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #FFD6B9;

    padding: 6px 12px;

    font-family: OPPO;
    font-weight: 500;
    font-size: 14px;
    color: #FF6214;
    text-shadow: 0px 1px 6px rgba(212,88,0,0.2);

    

}


.band_tit_desc{
    margin-top: 14px;

    /* width: 312px;
    height: 36px; */
    font-family: OPPO;
    font-weight: 400;
    font-size: 15px;
    color: #606368;
}

.band_title_list{
    margin-top: 8px;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    width: 740px;
    height: 54px;
    overflow: hidden;

    /* border: 1px solid #FFD6B9; */
}
.band_title_list li{
    margin-bottom: 16px;
    display: flex;
    align-items: flex-end;
    width: 33%;
    height: 18px;
}
.band_txt{
    margin-left: 8px;

    line-height: 18px;
    font-family: OPPO;
    font-weight: 400;
    font-size: 15px;
    color: #333333;
}

.band_title_list li img{
    width: 16px;
    height: 16px;
}

.now_p_btn{
    margin: 24px 20px 22px;

    width: 312px;
    height: 34px;
    background: #0D6EFB;
    border-radius: 18px 18px 18px 18px;

    font-family: OPPO;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;

    display: flex;
    justify-content: center;
    align-items: center;

    transition: all 0.3s;
}
.now_p_btn a{
    display: flex;
    justify-content: center;
    align-items: center;

    width: 312px;
    height: 34px;
    color: #fff;
}
.now_p_btn:hover{
    background: #0c5ed8;
}




/* 不限量套餐模块 ai页面套餐拖拽切换模块 end   --------------------------*/

/* unlimited_buy 不限量购买模块 start ----------------------- */


.unlim_combo_tit_wrap{

}
.unlim_combo_tit{
    margin-top: 74px;
    line-height: 63px;
    font-family: OPPO;
    font-weight: 600;
    font-size: 54px;
    color: #333333;
    text-align: center;
}
.unlim_c_adv{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 70px;
}
.unlim_li_txt{
    line-height: 19px;
    font-family: OPPO;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}
.unlim_li_txt img{
    margin-left: 8px;
    width: 16px;
    height: 16px;
}

/* buy 不限量套餐 start */
.unlim_body_wrap{
    margin: 50px 0 38px;
}
.unlim_body_wrap.unlimited_buy_show{
    margin: 15px 0 38px;
}

.unlim_tab{
    margin: 0 auto;
    position: relative;
    display: flex;

    width: 272px;
    height: 42px;
    background: #FFFFFF;
    border-radius: 24px 24px 24px 24px;
    border: 1px solid #F0F0F0;
}
.tab_unl_item {
    flex: 1;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    color: #6c757d;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;

    width: 97px;
    height: 40px;
    font-family: OPPO;
    font-weight: 500;
    font-size: 14px;
    color: #606368;

}

.tab_unl_item.active {
    color: #fff;
}

.unl_tab_indicator {
    position: absolute;
    bottom: 0;
    height: 40px;
    background: #0585F2;
    transition: all 0.3s ease;
    border-radius: 24px;
}

.tab_unl_content{
    /* margin-top: 64px; */
    padding: 10px;

}
.tab_unl_list{
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    /* justify-content: space-between; */

}
.tab_unl_li{
    margin-top: 40px;
    width: 18.5%;
}
.tab_unl_li_body{
    
    background: #fff url(/static/cn/images/promotion/tab_unl_li01.webp?v={$res_ver}) no-repeat top center;
    background-size: 100% 50%;
    /* width: 224px; */
    /* width: 100%; */
    height: 322px;
    border-radius: 12px 12px 12px 12px;
    border: 1px solid #EFEFEF;

    /* display: flex;
    flex-direction: column;
    justify-content: center; */

    transition: all .3s;
}
.tab_unl_li_body:hover{
    border: 1px solid #0D6EFB;
}

.tab_unl_li_body:hover .item_unl_buybtn{
    color: #fff;
    background: #0D6EFB;
    box-shadow: 0px 4px 10px 0px rgba(13,110,251,0.3);
    border: 1px solid #0D6EFB;
}
.tab_unl_li_body:hover .item_unl_buybtn a{
    color: #fff;
}


.item_unl_type{
    margin-top: 30px;
    line-height: 24px;
    font-family: Montserrat, Montserrat;
    font-weight: 500;
    font-size: 20px;
    color: #1C1C1C;
    text-align: center;
}
.item_unl_unitprice{
    margin-top: 32px;
    

    line-height: 19px;
    font-family: OPPO;
    font-weight: 500;
    font-size: 16px;
    color: #35383C;
    text-align: center;
}
.item_unl_unitprice span{
    /* width: 106px; */
    line-height: 44px;
    font-family: Montserrat, Montserrat;
    font-weight: 600;
    font-size: 36px;
    color: #1C1C1C;
    text-align: left;
}
.item_unl_price{
    margin-top: 8px;
    text-align: center;

    line-height: 19px;
    font-family: OPPO;
    font-weight: 500;
    font-size: 16px;
    color: #1C1C1C;
    text-align: center;
}

.item_buy_select{
    margin:0 auto;

    margin-top: 20px;
    width: 164px;
    height: 32px;
    overflow: hidden;
}
.item_buy_select .el-input__inner{
    height: 32px;
}
.item_buy_select .el-input__icon{
    line-height: 32px;
}
.item_unl_buybtn{
    margin: 0 auto;
    margin-top: 40px;

    display: flex;
    justify-content: center;
    align-items: center;

    width: 164px;
    height: 42px;
    background: #FFFFFF;
    border-radius: 21px 21px 21px 21px;
    border: 1px solid #333333;

    font-family: OPPO;
    font-weight: 500;
    font-size: 16px;
    color: #333333;

    cursor: pointer;
    transition: all .3s;

}
.item_unl_buybtn a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: OPPO;
    font-weight: 500;
    font-size: 16px;
    color: #333333;

    width: 164px;
    height: 42px;
    border-radius: 21px;

}
.nul_hot{
    position: relative;
}
.nul_hot .tab_unl_li_body{
    position: relative;
    z-index: 1;
    border-radius: 14px 14px 14px 14px;

    

    background: linear-gradient(#fff1ed 0%, white 35%) padding-box, linear-gradient(90deg, #FF8350, #FF5511) border-box;
    border: 2px solid transparent;
    /* box-shadow: 0px 2px 8px 0px #FFE0D2; */
}
.nul_hot .item_unl_buybtn, .nul_hot .tab_unl_li_body:hover .item_unl_buybtn{

    color: #fff;
    border: 0;
    background: linear-gradient( 270deg, #FF5511 0%, #FF8350 100%);
    box-shadow: none;
}
.nul_hot .item_unl_buybtn a, .nul_hot .tab_unl_li_body:hover .item_unl_buybtn a{

    color: #fff;
    border: 0;
    background: linear-gradient( 270deg, #FF5511 0%, #FF8350 100%);
    box-shadow: none;
}
.tab_unl_li .hot_img{
    position: absolute;
    top: -30px;
    left: 0;

    padding-top: 9px;
    width: 100%;
    height: 34px;
    height: 50px;
    background: linear-gradient( 270deg, #FF5511 0%, #FF8350 100%);
    border-radius: 14px 14px 0 0;
    
    display: flex;
    justify-content: center;
    /* align-items: center; */

    font-family: OPPO;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #FFFFFF;
}
.tab_unl_li .hot_img img{
    margin-right: 7px;
    width: 9px;
    height: 14px;
}
.item_unl_type_coust{
    margin-top: 27px;
    line-height: 23px;
    font-family: OPPO;
    font-weight: 500;
    font-size: 20px;
    color: #0D6EFB;
    text-align: center;
}
.coust_dec{
    margin-top: 47px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.item_unl_coust_txt{
    line-height: 16px;
    font-family: OPPO;
    font-weight: 400;
    font-size: 14px;
    color: #1C1C1C;
}
.item_unl_buybtn.unl_coust_btn{
    margin-top: 72px;
}







/* buy 不限量套餐 end */

/* unlimited_buy 不限量购买模块 end ----------------------- */


/* ai_ faq start ----------------------- */
.ai_faq_wrap_100{
    background:#fff;
}
.ai_faq_wrap{
    position: relative;
    margin: 0 auto;
    padding: 120px 0;
    max-width: 1200px;

    display: flex;
    justify-content: space-between;

    /* border: 1px solid red; */
}
.left_faq_wrap{
    width: 360px;
}
.faq_tit{
    margin-top: 44px;

    /* width: 332px; */
    line-height: 98px;
    font-family: OPPO;
    font-weight: 600;
    font-size: 84px;
    color: #333333;
}
.faq_txt{
    margin-top: 20px;
    
    width: 360px;
    height: 66px;
    font-family: OPPO;
    font-weight: 400;
    font-size: 16px;
    color: #606368;
    line-height: 22px;
    text-align: left;
}
.faq_more_a{
   position: absolute; 

   left: 0;
   bottom: 120px;

   width: 146px;
   height: 36px;

   /* border: 1px solid red; */


}
.faq_more_btn{
    width: 146px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    border: 1px solid #333333;

    font-family: OPPO;
    font-weight: 400;
    font-size: 15px;
    color: #333333;

    display: flex;
    justify-content: center;
    align-items: center;
}
.faq_more_btn img{
    margin-left: 8px;
    width: 20px;
    height: 20px;
    transition: all 0.3s ease-in-out;
}
.faq_more_btn:hover img{
    margin-left: 15px;
}

.right_faq_wrap{
    width: 700px;
    height: auto;

    /* border: 1px solid #E8E8E8; */
}

/* faq-right start */

.h_panel_nine{
    /* padding: 80px 0px; */
    background: #fff;
}
.h_panel_nine_c{
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
    /* display: flex;
    justify-content: space-between; */
   
}

.quest_ul{

}
.quest_ul_li{
    margin-bottom: 20px;
    
    background: #FCFCFC;
    border-radius: 22px;
    border: 1px solid #F3F4F5;
    
    transition: all 0.3s ease-out;
}
.quest_ul_li.expanded{
    max-width: 1024px;
    border: 1px solid #333;
}
.quest_ul_li.expanded .quest_li_tit{
    padding: 30px 32px 16px 32px;
    /* background:#fff; */
}
.quest_ul_li.expanded .quest_li_dec{
    /* padding:0 20px; */
    padding: 0px 32px 16px 32px;

}
.quest_li_tit{
    padding: 30px 32px 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* width: 1024px; */
    height: 80px;
    border-radius: 22px;
    border: 1px solid rgba(230,234,245,0);

    line-height: 26px;
    font-family: OPPO;
    font-weight: 500;
    font-size: 22px;
    color: #333333;

    cursor: pointer;
}
.quest_li_tit span{
    /* padding: 10px; */
}
.questli_btn{
    transition: all 0.3s ease-in-out;
}
.quest_ul_li.expanded .questli_btn{
    margin-left: 60px;
    cursor: pointer;
    transform: rotate(90deg);
}


.questli_btn i{
    display: block;
    width: 14px;
    height: 14px;
    background: url(/static/cn/images/products/faq_btn01.webp) no-repeat;
    background-size: cover;
}
.quest_ul_li.expanded .questli_btn i.open{
    background: url(/static/cn/images/products/faq_btn02.webp) no-repeat;
    background-size: cover;
    transform: rotate(90deg);
    
}
.quest_li_dec{
    /* padding: 10px 10px 10px 20px; */
    padding:0 32px;
    /* width: 926px; */
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease-out;
    
    font-family: OPPO;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #606368;

}
.quest_li_dec img{
    margin-right: 8px;
    width: 14px;
    height: 14px;
}

.quest_ul_li:hover{
    border: 1px solid black;
    transform: scale(1.05);
}

.quest_ul_li:last-child{
    margin-bottom: 0;
}

/* faq-right end */


/* ai_ faq end ----------------------- */





@media (max-width: 999px){

    .top{
        height: auto;
        padding: 10px;
    }

    .top-bar-left a{
        height: 46px;
    }
    .top-bar .top-bar-left .logo img{
        /* height: 46px; */
    }

    .top .top-bar .top-bar-right{
        flex-direction: row-reverse;
    }

    .top-bar .top-bar-right .nav ul{
        display: none;
    }

    .nav_mobile{
        display: block;
        margin-top: 10px;
        margin-left: 10px;
    }

    .top-bar .top-bar-right .caozuo .not-login{
        padding: 0 8px;
        height: 80%;
        line-height: 30px;
    }

    .header{
        padding-top: 20%;
        background: #061C68;
        height:auto!important;
    }

    .header .content .main-title{
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
    }

    /*悬浮*/
    .re_guide_content .re_guide_box{
        width: 80% !important;
        height: auto;

        /* width: 100% !important;
        height: auto; */

        /* background-size: contain; */
    }

    .re_guide_box .re_guide_body > span:first-child{
        font-size: 26px;
    }

    .re_guide_box .re_guide_body .re_guide_line{
        font-size: 18px;
    }

    .re_guide_box .re_guide_body .re_guide_line .re_blue_span{
        font-size: 24px;
    }

    .re_guide_box .re_guide_body .re_guide_tips{
        font-size: 16px;
    }
    /* gq  */
    /* .re_guide_foot {
        position: absolute;
        bottom: 38px;
    }
    .bfx_center{
        height: auto;
            flex-direction: column;
    }
    .bfx_left{
        margin-top: -35px;
        border-radius: 8px;
        width: 276px;
        height: 22px;
        background: #ff873e;
        border: 2px solid #ff873e;
        padding: 3px;
        box-sizing: content-box;
        overflow: hidden;
    }
    .dtime_li{
        z-index: 10;
    }
    .sj_slogan{
        display: none;
    }
    .sj_tit{    
        font-size: 12px;
    }
    .sj_txt{
        margin: 0;
        font-size: 12px;
    }
    .bfx_right{
        display: block;
        margin-top: 10px;
    }
    .sjie_btn{
        margin-left: 4px;
        display: block;
        width: 100px;
    }
    .sjie_btn span{
        width: 100px; 
        font-size: 12px;  
    } */

    /* gq end    */
    .re_guide_box .re_guide_foot a{
        height: 40px;
        font-size: 16px;
    }

    .re_guide_box .re_guide_foot .re_guide_foot_btn_top{
        width: 120px;
    }

    .re_guide_box .re_guide_foot .re_guide_foot_btn_bottom{
        width: 120px;
    }


    .top-activity{
        display: none;
    }

    .allScene{
        flex-direction: column;
        padding: 0 20px;
    }


    .allScene .scene-item{
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }



    .footer .footer_con{
        padding-bottom: 20px;
        flex-direction: column;
        align-items: center;
    }
    .footer .footer_con .footer1{
        margin-bottom: 20px;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .footer .footer_con .footer1 ul{
        align-items: center;
    }
    .footer .footer_con .footer2{
        margin-bottom: 20px;
    }
    .footer .footer_con .footer2 ul{
        align-items: center;
    }
    .footer .footer_con .footer2 ul li{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer .footer_con .footer1 .logo{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer .footer_con .footer2{
        width: 100%;
        align-items: center;
    }
    .footer .footer_con .footer3{
        width: 100%;
        align-items: center;
    }
    .footer .footer_con .footer3 .footer3_1 p{
        text-align: center;
    }
    .footer .footer_bb{
        padding: 0 3%;
        box-sizing: border-box;
    }
    .footer .footer_bb p{
        font-size: 12px;
        flex-direction: column;
        align-items: center;
    }




    /*购买面板自适应*/

    .package_panel .public-tab .el-tabs__nav-scroll{
        width: 100%!important;
        padding: 0;
    }

    .buy_main_center{
        flex-direction: column;
        padding:0 20px;
    }

    .buy_main_center .center_card{
        width: 100%;
    }

    /* 兼容 products 页面 packages_panel 自适应 */
    .packages_panel {
        padding: 20px;
    }
    .packages_panel .public-tab .el-tabs__nav-scroll{
        width: 90%!important;
    }
    .packages_panel .main-adv{
        flex-direction: column;
        align-items: center;
    }
    .packages_panel .main-adv .advitem{
        margin-left: 0;
        margin-bottom: 8px;
    }

    .static-pro{
        flex-direction: column;
        height:auto;
        padding: 0 10px;
    }


    .static-pro .static-left{
        width: 100%;
    }

    .static-pro .static-left .static-left-area{
        padding: 0;
    }
    .static-left-area-item , .static-left-state-item{
        padding: 10px;
    }
    .static-pro .static-left .static-left-area .static-left-area-item .el-radio-group {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: wrap;
    }
    .static-pro .static-right{
        width: 100%;
        margin-top: 20px;
    }

    .static-pro .static-left .static-card-main .card-one{
        width: 42%;
    }
    .static-pro .static-left .static-card-main .card-one:nth-of-type(3n){
        margin-right: 20px!important;
    }

    .static-pro .static-left .static-left-area .static-left-state-item .el-radio-button:nth-of-type(5n){
        /* 单行横向滚动场景下，保持统一的右间距 */
        margin-right: 10px!important;
    }
    .pagination{
        width: 100%;
        overflow: hidden;
    }


    .adsense{
        display: none;
    }

    .el-dropdown-menu{
        min-width: 140px;
        text-align: center;

        z-index: 9999 !important;
    }

    .right_menu_item .el-collapse-item__header {
        padding: 0 10px;
    }

    .right_menu_item .el-collapse-item__content{
        padding-bottom:0
    }

    .right_menu_item .el-collapse-item__content>div{
        padding: 5px 0;
    }

    .right_menu_item .el-collapse-item__wrap a{
        color: #303133;
    }
}

@media (max-width: 910px) and (min-width: 701px) {
    .combo_wrap{
        padding: 20px 0;
    }
    .combo_txt{
        padding: 10px;
    }
    .combo_cont{
        padding: 10px;
        width: 100%;
    }
    .band_desc {
        padding: 10px;
        display: flex;
        flex-direction: column;
    }
    .combo_item_right{
        margin-left: 30px;
        width: 300px;
    }
    .now_p_btn{
        width: auto;
    }

    /* ai_faq_wrap--- */
    .ai_faq_wrap{
        padding: 10px;
    }
    .faq_tit{
        font-size: 40px;
    }
    .faq_more_a{
        left: 10px;
    }
    .left_faq_wrap{
        width: 35%;
    }
    .faq_txt{
        width: 100%;
    }
    .right_faq_wrap{
        width: 60%;

    }
     /* ai_faq_wrap-- end- */

     /* unlimited_buy 不限量购买模块 start ----------------------- */
    .unlim_combo_tit{
        margin-top: 20px;

    }
    .unlim_c_adv{
        /* flex-wrap: wrap; */
        gap: 20px;
    }
    .unlim_li_txt{
        /* width: 48%; */
    }
    .tab_unl_content{
        margin-top: 10px;
    }
    .tab_unl_list{
        display: flex;
        /* flex-direction: column; */
        /* justify-content: space-between; */
        flex-wrap: wrap;
        padding: 20px;
        
    }
    .tab_unl_li{
        width: 48%;
    }
    .tab_unl_li_body{
        width: 100%;
    }
    .tab_unl_li{
        /* margin-bottom: 20px; */
    }
    .tab_unl_li_body{
        background-size: 120% 322px;
    }
    .nul_hot{
        margin-top: 30px;
    }

    /* unlimited_buy 不限量购买模块 end ----------------------- */
    
}


@media (max-width: 700px) {
    .combo_wrap{
        padding: 20px 0;
    }
    .combo_txt{
        padding: 10px;
    }
    .band_desc {
        padding: 10px;
        display: flex;
        flex-direction: column;
    }
    .combo_cont{
        width: 100%;
        padding: 10px;
    }
    .band_title_wrap, .band_item_title, .band_tit_desc{
        width: 100%;
    }
    
    .band_title_list{
        width: 100%;
        height: auto;
    }
    .band_title_list li{
        margin-bottom: 5px;
        width: 50%;
    }
    .combo_item_wrap{
        display: flex;
        flex-direction: column;
    }
    .combo_item_left, .combo_item_right{
        width: 100%;
    }
    .combo_item_right{
        margin-top: 20px;
        margin-left: 0;
    }
    .now_p_btn{
        width: auto;
    }

    /* ai---faq------ */

    .ai_faq_wrap{
        display: flex;
        flex-direction: column;
        padding: 10px;
    }
    .left_faq_wrap{
        width: 100%;
    }
    .faq_tit{
        width: 100%;
    }
    .faq_txt{
        width: 100%;
    }
    .faq_more_a{
        position: initial;
        margin: 20px 0;
    }
    .right_faq_wrap{
        width: 100%;
    }
    .faq_tit{
        font-size: 40px;
    }

    /* ai---faq---end--- */


    /* unlimited_buy 不限量购买模块 start ----------------------- */
    .unlim_combo_tit{
        margin-top: 20px;

    }
    .unlim_c_adv{
        flex-wrap: wrap;
        gap: 10px;
    }
    .unlim_li_txt{
        width: 48%;
    }
    .tab_unl_content{
        margin-top: 10px;
    }
    .tab_unl_list{
        display: flex;
        flex-direction: column;

        padding: 20px;
        
    }
    .tab_unl_li{
        width: 100%;
    }
    .tab_unl_li_body{
        width: 100%;
    }
    .tab_unl_li{
        /* margin-bottom: 20px; */
    }
    .tab_unl_li_body{
        background-size: 120% 322px;
    }
    .nul_hot{
        margin-top: 30px;
    }
    .band_txt, .unlim_li_txt{
        font-size: 12px;
    }
    .pay_type, .pay_detail_thin{
        width: 90%;
    }

    /* unlimited_buy 不限量购买模块 end ----------------------- */
    
}

@media (max-width: 576px) {
    .big-title, .proxy-type .type-left .proxy-name{
        font-size: 24px !important;
    }
    .public-tab .el-tabs__item{
        font-size: 14px !important;
    }
    .static-pro .static-left .static-card-main{
        flex-direction: row-reverse;
        align-items: center;
    }
    .static-pro .static-left .static-card-main .card-one{
        width: 80%;
    }
    /*.static-right .select-static-list .select-one{*/
    /*    flex-direction: column;*/
    /*}*/
    .static-right .select-one .one-area{
        width:93% !important;
    }
    .static-right .select-static-list .select-one>div{
        margin-bottom: 20px;
    }
}
@media (max-width: 375px) {
    .public-tab .el-collapse-item__header{
        font-size: 12px !important;
        line-height: 16px;
    }
    .static-pro .static-left .static-left-top{
        flex-direction: column !important;
    }
    .main-adv{
        flex-direction: column;
        align-items: center;
    }
}
